home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / eco30603.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-03-21  |  410b  |  20 lines

  1. @echo off
  2. echo Creating c:/a/proj/eco
  3. set drv=C:
  4. if not "%1" == "" set drv=%1
  5. echo Compiling on drive %drv%
  6. echo.
  7. echo If this is incorrect, BREAK here and call INSTALL X:   where X is your drive.
  8. echo.
  9. pause 
  10.  
  11. %drv% >nul
  12. cd \ >nul
  13. mkdir \a >nul
  14. mkdir \a\proj >nul
  15. mkdir \a\proj\eco >nul
  16. cd \a\proj\eco >nul
  17. copy a:\install2.bat \a\proj\eco >nul
  18. copy a:\inpath.exe \a\proj\eco >nul
  19. install2
  20.